home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / WP6COA.ZIP;1 / README.DOC < prev    next >
Encoding:
Text File  |  1993-11-23  |  1.9 KB  |  64 lines

  1. README.DOC
  2. ===========
  3.  
  4. Coach Files
  5. ------------
  6. The .wch files are the unstripped (readable) versions of the
  7. coach files that shipped with the initial release of WPWIN6.0.
  8. They are provided as examples of how to create WPWIN6.0 coaches.
  9. You are welcome to modify these files.
  10.  
  11.   BOOKMARK WCH - Bookmark Coach
  12.   BORDCOL  WCH - Column Border Coach
  13.   BORDPAG  WCH - Page Border Coach
  14.   BORDPAR  WCH - Paragraph Border Coach
  15.   BULLETS  WCH - Bullets Coach
  16.   ENDNOTE  WCH - Endnote Coach
  17.   FOOTNOTE WCH - Footnote Coach
  18.   GRAPHICS WCH - Graphics Coach
  19.   HEADERS  WCH - Header/Footer Coach
  20.   INDENT   WCH - Indent/Tab Coach
  21.   LABELS   WCH - Labels Coach
  22.   REPLACE  WCH - Replace Coach
  23.   WPCH60   DLL - Contains Coach BMPs
  24.  
  25.  
  26. Coach Documentation
  27. -------------------
  28. WINCOACH WPD
  29. This file documents the WPWIN6.0 Coach macro commands/techniques.
  30.  
  31.  
  32. Token Handler DLL
  33. -----------------
  34. 60TPH    DLL 
  35. SHOWTKN  WCM  
  36. These two files are used to follow token IDs as they are passed
  37. to WordPerfect.
  38.  
  39.   Instructions for installing and using Token Handler DLL:
  40.  
  41.   1.  Copy 60TPH.DLL to the shared code dir (ex. c:\wpc20).
  42.   2.  Copy SHOWTKN.WCM to the WP macro dir 
  43.       (ex. c:\wpwin60\macros).
  44.   3.  Run BIFED20.EXE from the Windows Program Manager 
  45.       (BIFED20.EXE is found in the shared code dir).
  46.   4.  Choose "Open Private BIF" from the File menu.
  47.   5.  Open the WordPerfect folder.
  48.   6.  Open the Third Party folder.
  49.   7.  Open the DLL1 file.
  50.   8.  Change the value to the .dll path and filename
  51.       (ex. c:\wpc20\60tph.dll).
  52.   9.  Exit BIFED20 and save the changes.
  53.   10. Restart WPWIN6.0 - A notification dialog should appear,     
  54.       stating that the token handler has been installed.
  55.   11. Run the SHOWTKN.WCM macro (token values are shown in hex).
  56.  
  57.  
  58.   To remove token handler:
  59.  
  60.   1.  Repeat steps 4-7 above.
  61.   2.  Change the filename to WPSQ60.DLL.
  62.   3.  Restart WPWIN6.0.
  63.  
  64.